* select.el (xselect-convert-to-class): Just return "Emacs" here.
authorJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 23:25:21 +0000 (23:25 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 18 May 1993 23:25:21 +0000 (23:25 +0000)
That's what the class will always be.

lisp/select.el

index f82dc3127d43d1a8dca3d2afb45606a9691130dc..0b55bebd24d5f14c7e7422e009b447e15ee7e3c8 100644 (file)
@@ -262,7 +262,7 @@ Cut buffers are considered obsolete; you should use selections instead."
   (user-full-name))
 
 (defun xselect-convert-to-class (selection type size)
-  x-emacs-application-class)
+  "Emacs")
 
 ;; We do not try to determine the name Emacs was invoked with,
 ;; because it is not clean for a program's behavior to depend on that.